home *** CD-ROM | disk | FTP | other *** search
- ; This is the default font used throughout the document
- ; Font Arial 10
- .attrDefaults font 6 size 10
-
- ; Set the title to be non-scrolling with gray background
- .titleDefaults italic off scroll off bgColor 7
-
- ; This style is used for the <TT> tag.
- ; Font LinePrinter
- .setStyle styleTypeWriter font 3
-
- ; This style is used for the <CITE> tag.
- ; Italic
- .setStyle styleCite italic on
-
- ; This style is used for the <PRE> tag.
- ; Font Courier, no text wrap
- .setStyle stylePre font 8 wrap off
-
- ; This style is used for the <STRONG> tag.
- ; Bold
- .setStyle styleStrong bold on
-
- ; This style is used for the <DFN> tag.
- ; Italic
- .setStyle styleDfn italic on
-
- ; This style is used for the <EM> tag.
- ; Italic
- .setStyle styleEm italic on
-
- ; This style is used for the <CODE> tag.
- ; Font Courier, no text wrap
- .setStyle styleCode font 8 wrap off
-
- ; This style is used for the <VAR> tag.
- ; Font Courier, Italic
- .setStyle styleVar font 8 italic on
-
- ; This style is used for the <SAMP> tag.
- ; Font Courier
- .setStyle styleSamp font 8
-
- ; This style is used for the <BLINK> tag.
- ; Bold (no blink in RTF)
- .setStyle styleBlink bold on
-
- ; This style is used for the <ADDRESS> tag.
- ; Italoc
- .setStyle styleAddress italic on
-
- ; This style is used for the <PRE> tag.
- ; Font LinePrinter
- .setStyle styleKbd font 3
-
-